Connection make b/w iphone to windows pc-rajay [on hold]
Posted
by
Rajay
on Programmers
See other posts from Programmers
or by Rajay
Published on 2014-06-02T12:02:27Z
Indexed on
2014/06/02
15:56 UTC
Read the original article
Hit count: 157
I Need to create connection between ios to windows by using socket programming in ios.
I'm trying to to use an application to communicate with Windows via sockets. At the minimum, I'm trying to at least figure out how I can create a connection from the iPhone (maybe using the iPhone to ping the Windows machine?) I'm not really clear on where I need to start. I'm pretty new to iOS development in general, and brand new to socket/network programming. I've tried several tutorials that haven't gotten me far.
My goal is:
Connect to a server via sockets (the server will be a Windows machine with a service waiting for incoming connections from the iPhone)
If possible, I would like to write/build the client piece first, but I have been lost thus far. Hopefully the nice folks in the SO community can lend a hand and point me in the right direction.
© Programmers or respective owner